
body .topnav {
    z-index: 99;
}

body .image1 .image1internal {
    background-size: cover;
}

body .topnav .navbar {
    left: calc(50% - 722.5px) !important;
}

.topnav{
	position:fixed;
    top:0px!important;
    left:0px!important;
    width:100%;
    height:100px;
    z-index:1;
}

.topnav .internal{
	top:0px;
    left:180px;
}

.botnav{
	width:100%;
    height:100px;
    z-index:100;
    float:left; 
    display:inline;
}

body .logo{
	position:fixed;
    left: calc(50% - 212.5px) !important;
    top:0px!important;
    width:425px;
    height:100px;
    z-index:115;
    border-radius:100%!important;
    text-align: center;
    background-color: transparent !important;
}

html body .logo img {
    max-height: 100px !important;
    max-width: 100% !important;
    margin: 0 !important;
    width: auto;
}

body .topnav #menuitem3 {
    margin-right: 425px !important;
}

@media (max-width: 1800px) {

    body .navbar li {
        width: 160px !important;
    }

    body .logo {
        width: 400px !important;
        left: calc(50% - 200px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 400px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 680px) !important;
    }

}

@media (max-width: 1700px) {

    body .navbar li {
        width: 150px !important;
    }

    body .logo {
        width: 375px !important;
        left: calc(50% - 187.5px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 375px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 637.5px) !important;
    }

}

@media (max-width: 1600px) {

    body .navbar li {
        width: 140px !important;
    }

    body .logo {
        width: 350px !important;
        left: calc(50% - 175px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 350px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 595px) !important;
    }

}

@media (max-width: 1500px) {

    body .navbar li {
        width: 130px !important;
    }

    body .logo {
        width: 325px !important;
        left: calc(50% - 162.5px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 325px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 552.5px) !important;
    }

}

@media (max-width: 1400px) {

    body .navbar li {
        width: 120px !important;
    }

    body .logo {
        width: 300px !important;
        left: calc(50% - 150px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 300px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 510px) !important;
    }

}

@media (max-width: 1300px) {

    body .navbar li {
        width: 110px !important;
    }

    body .logo {
        width: 275px !important;
        left: calc(50% - 137.5px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 275px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 467.5px) !important;
    }

}

@media (max-width: 1200px) {

    body .navbar li {
        width: 100px !important;
    }

    body .logo {
        width: 250px !important;
        left: calc(50% - 125px) !important;
    }
    
    body .topnav #menuitem3 {
        margin-right: 250px !important;
    }

    body .topnav .navbar {
        left: calc(50% - 425px) !important;
    }

}